home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 2001 January / CT_SW0101.ISO / pc / software / dateiman / packer / macgzip.sit / MacGzip / Mac Docs / Configuring Network Software < prev    next >
Text File  |  1997-07-21  |  4KB  |  125 lines

  1. Fetch 2.1.2
  2.     
  3.     Add the following entries to 'suffix mapping' preferences:
  4.  
  5.        suffix   type    creator    name        transfer  as...
  6.  
  7.         .gz     Gzip     Gzip     gziped           binary
  8.         .tgz    Gzip     Gzip     tar.gz           binary
  9.         .Z      ZIVU     Gzip     compressed       binary
  10.         .zip    pZIP     Gzip     pkziped          binary
  11.         
  12.     Or use the suffix mapping included with MacGzip
  13.  
  14. Fetch 3.x
  15.  
  16. It can use the same as above or  Internet Config.
  17.  
  18. Zterm
  19.  
  20. (I'm not a Zterm user, so I'm not sure about this point)
  21.  
  22. Add strings (using ResEdit or similar) to resources 'STR# 335' and 'STR# 330'
  23.  
  24.     Example:
  25.         For gzip files:    1GzipGzip.gz
  26.  
  27. (Read ZTerm documentation for more information)
  28.  
  29. Peter Lewis' Anarchie & NetPresenz
  30.  
  31. They use Internet Config
  32. (http://www.stairways.com/ic/index.html)
  33.  
  34. XferIt 1.5
  35.  
  36. The "Guess" transfer type in XferIt is used to automatically set the transfer type depending on the extension of the file being transferred.  The guess mode is useful particularly for receiving of directory trees.  The default mappings are listed here:
  37.  
  38. Text:      .txt, .shar, .ps, .c, .p, .h, .cp, .conf, .abs, .ray
  39. Binary:    .z, .tar, .rle, .tiff, .o, .gif, .pbm, .jpeg, .ras, .raw
  40. MacBinary: .bin, .sit, .pit, .sea, .cpt
  41. BinHex:    .hqx
  42.  
  43. These mappings are located in 'STR#' resources 128-131 in the XferIt application.  You can add additional mappings simply by adding additional strings to the four resources.
  44.  
  45. Binary:    …, .tgz, .taz, .gz, .Z
  46.  
  47.  
  48. Columbia AppleTalk Package
  49.  
  50. Add
  51.  
  52.      .Z      Raw     'Gzip'  'ZIVU'  "Unix Compress File"
  53.       .gz     Raw     'Gzip'  'Gzip'  "Unix Gzip File"
  54.       .taz    Raw     'Gzip'  'ZIVU'  "Unix Tar.Z Archive"
  55.       .tgz    Raw     'Gzip'  'Gzip'  "Unix GTar Archive"
  56.       .z      Raw     'Gzip'  'Gzip'  "Unix Old Gzip File"
  57.  
  58. to your aufs afpfile. (If after that you can't mount the volume, maybe you
  59. should recompile aufs with a larger suffix table. Default is 32 suffixes, you can
  60. change NUMUFT in applications/aufs/afpudb.h. I have set it to 512 and it works fine)
  61.  
  62. You may want to use "AFPFM"  to create your afpfile from your Internet Config settings.
  63. (available at <ftp://ivo.cps.unizar.es/pub/SPDsoft/AFPFM.cpt>)
  64.  
  65. Netscape
  66.  
  67. In "options:general preferences...:Helpers" set:
  68.  
  69. application/x-compress     MacGzip     -     Z,taz   (Type ZIVU)
  70. application/x-gzip         MacGzip     -     gz,tgz  (Type Gzip)
  71.  
  72. Note: There is a problem with x-gzip in all versions of Netscape for the Macintosh (at least, all versions I have tested, up to 3.01).
  73. Most HTTP servers consider 'x-gzip' an encoding, rather than a mime-type; this is because Unix Netscape can decode it internally easily by using unix pipes. In Windows and Mac, by now gzip decoding is not handled; so you get an alert saying
  74.  
  75. "Warning: unrecognized encoding: 'x-gzip'"
  76.  
  77. The problem (bug?) is that even if you download the file to your local disk (by dragging it to your desktop, for instance); netscape sets the type to the resulting of stripping the '.gz' extension instead of the one defined in the "Helpers" dialog.
  78. This confuses MacGzip; a workaround, if you have to do this often, is to set MacGzip preferences to "misc:default function:decompress".
  79. (You can use also hold the shift key while dragging to MacGzip to force decoding)
  80.  
  81. (You can use Marc Boon's ICTypeChanger http://www.users.dircon.co.uk/~marcb
  82. to fix the type)
  83.  
  84. It seems Communicator 4.x fixes this problem.
  85.  
  86. Internet Config
  87.  
  88. For .gz:
  89.  
  90.        Name:      Gnu ZIP Archive
  91.     Extension: .gz
  92.        MIME Type: application/x-gzip
  93.     Binary Data
  94.     Type:      Gzip
  95.     Creator:   Gzip
  96.  
  97. For .tgz:
  98.  
  99.        Name:      Gnu ZIP Tape Archive
  100.     Extension: .tgz
  101.        MIME Type: application/x-gzip
  102.     Binary Data
  103.     Type:      Gzip
  104.     Creator:   Gzip
  105.  
  106. For .Z:
  107.  
  108.        Name:      Unix Compress Archive
  109.     Extension: .Z
  110.        MIME Type: application/x-compress
  111.     Binary Data
  112.     Type:      ZIVU
  113.     Creator:   Gzip
  114.  
  115. For .taz:
  116.  
  117.        Name:      Unix Compress Tape Archive
  118.     Extension: .taz
  119.        MIME Type: application/x-compress
  120.     Binary Data
  121.     Type:      ZIVU
  122.     Creator:   Gzip
  123.  
  124.  
  125.